JavaScript

A5.PanelNavigatorhistoryFirst Method

Syntax

A5.PanelNavigator.historyFirst([animation])

Arguments

animationboolean

Whether or not to animate the panel navigation transition. The default value is true.

Description

Navigate to the first entry in the panel navigator history.

Example

// assume pObj is a pointer to a panel class
pObj.historyFirst();